home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Jogos de Azar
/
599.swf
/
scripts
/
frame_165
/
DoAction.as
Wrap
Text File
|
2006-01-17
|
248b
|
13 lines
i = "0";
while(!(listb.substr(i + "1","1") eq ""))
{
p = listb.substr(i + "1","1");
set("card" add (p + "1") add ":hand",hand);
tellTarget("card" add (p + "1"))
{
gotoAndStop("hide");
play();
}
i += "1";
}